home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- ACTIONS = {
- receiveFile:;
- captureFile:;
- sendFile:;
- runScript:;
- sendLine:;
- toggleCapture:;
- resetConfig:;
- configure:;
- dial:;
- hangup:;
- reset:;
- };
- OUTLETS = {
- parityPopup;
- flow;
- captureFile;
- captureFileWell;
- input;
- connectSound;
- sendProtoPopup;
- captureMenu;
- port;
- receiveProtoPopup;
- speedPopup;
- initString;
- output;
- dialString;
- };
- SUPERCLASS = Object;
- };
-